home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / et / et3_0-a1.lha / et3 / src / GotoDialog_e.h < prev    next >
C/C++ Source or Header  |  1992-04-27  |  158b  |  12 lines

  1. #ifndef GotoDialog_e_First
  2. #ifdef __GNUG__
  3. //pragma once
  4. #pragma interface
  5. #endif
  6. #define GotoDialog_e_First
  7.  
  8. extern void GotoLine(class TextView*);
  9.  
  10. #endif
  11.  
  12.